home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 90 / CD Actual 90.iso / Software3D / VirtualLight / VLight1.3win32.exe / Examples / Level1 / OpacityMapping.vib < prev    next >
Encoding:
Text File  |  2002-10-07  |  476 b   |  17 lines

  1. // VirtuaLight VIB-Structure
  2.  
  3. Options [ BitsPerPixel 32 ]
  4.  
  5. Camera [ (0,2.5,-8),(0,2.5,0),(0,1,0) FieldOfView 40 Format(320, 240) FrameAspectRatio 4/3 Antialiasing 1 ]
  6.  
  7. Background PlanarImageMapping(skymap, Po)
  8.  
  9. PointLight [ (-50,50, -50) Intensity i ]
  10. PointLight [ (55,40, -40) Intensity i ]
  11.  
  12. Shape [ Disk((0,0,0), (0,1,0), 500) ground ]
  13.  
  14. Shape [ Polygon(4, (-2.5, 0, 0), (-2.5, 5, 0), (2.5, 5, 0), (2.5, 0, 0)) treemat ]
  15.  
  16. Shape [ Sphere((0,3,10),2.5) glass ]
  17.